VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / CollectionChangeEventArgs<T> Class
In This Topic
CollectionChangeEventArgs Class Properties
In This Topic
For a list of all properties of this type, see CollectionChangeEventArgs<T>.
Public Properties
 NameDescription
Public PropertyGets a change action.
Public Propertystatic (Shared in Visual Basic)Gets a static instance of the CollectionChangeEventArgs<T> class for CollectionChangeActionType.Clear action.
Public Propertystatic (Shared in Visual Basic)Gets a static instance of the CollectionChangeEventArgs<T> class for CollectionChangeActionType.ClearAndAddItems action.
Public PropertyGets an index of item in collection.
Public PropertyGets a value of new item.
Public PropertyGets a value of old item.
Public Propertystatic (Shared in Visual Basic)Gets a static instance of the CollectionChangeEventArgs<T> class for CollectionChangeActionType.ReorderItems action.
See Also